Skip to content

build(deps): bump the python-deps group in /apps/api with 4 updates#548

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/apps/api/python-deps-f5e30f47ab
Open

build(deps): bump the python-deps group in /apps/api with 4 updates#548
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/apps/api/python-deps-f5e30f47ab

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps the python-deps group in /apps/api with 4 updates: fastapi, jsonschema-rs, anthropic and hypothesis.

Updates fastapi from 0.138.1 to 0.139.0

Release notes

Sourced from fastapi's releases.

0.139.0

Features

  • ✨ Support dependencies in app.frontend(), e.g. for automatic cookie authentication for the frontend. PR #15908 by @​tiangolo.

Translations

Internal

Commits
  • cecd96d 🔖 Release version 0.139.0 (#15910)
  • aea6609 📝 Update release notes
  • 319be50 ✨ Support dependencies in app.frontend(), e.g. for automatic cookie authent...
  • 66a90f6 📝 Update release notes
  • d30a3eb 👥 Update FastAPI People - Experts (#15909)
  • 122f1b5 📝 Update release notes
  • fd6ece3 👥 Update FastAPI GitHub topic repositories (#15906)
  • ec2a6ad 📝 Update release notes
  • 9d7d7fe 🌐 Update translations for fr (update-outdated) (#15897)
  • 8dc852d 📝 Update release notes
  • Additional commits viewable in compare view

Updates jsonschema-rs from 0.46.6 to 0.46.10

Release notes

Sourced from jsonschema-rs's releases.

[Python] Release 0.46.10

Fixed

  • Stack overflow with a self-referential $dynamicRef combined with unevaluatedProperties or unevaluatedItems.
  • Incorrect unevaluatedProperties and unevaluatedItems results when a meta-schema disables the Applicator vocabulary.

[Ruby] Release 0.46.10

Fixed

  • Stack overflow with a self-referential $dynamicRef combined with unevaluatedProperties or unevaluatedItems.
  • Incorrect unevaluatedProperties and unevaluatedItems results when a meta-schema disables the Applicator vocabulary.

[Rust] Release 0.46.10

Fixed

  • Stack overflow with a self-referential $dynamicRef combined with unevaluatedProperties or unevaluatedItems.
  • Incorrect unevaluatedProperties and unevaluatedItems results when a meta-schema disables the Applicator vocabulary.

[Python] Release 0.46.9

Fixed

  • Stack overflow while preparing a registry containing deeply nested schema documents.

[Ruby] Release 0.46.9

Fixed

  • Stack overflow while preparing a registry containing deeply nested schema documents.

[Rust] Release 0.46.9

Fixed

  • multipleOf incorrectly rounds integer instances above 2^53 to f64 before the divisibility check on builds without the arbitrary-precision feature.
  • Stack overflow while preparing a registry containing deeply nested schema documents.

[Python] Release 0.46.8

Fixed

  • idn-email format rejected non-ASCII characters in quoted local parts (e.g. "δοκιμή"@example.com).

[Ruby] Release 0.46.8

Fixed

  • idn-email format rejected non-ASCII characters in quoted local parts (e.g. "δοκιμή"@example.com).

[Rust] Release 0.46.8

Fixed

  • idn-email format rejected non-ASCII characters in quoted local parts (e.g. "δοκιμή"@example.com).

[Python] Release 0.46.7

... (truncated)

Changelog

Sourced from jsonschema-rs's changelog.

[0.46.10] - 2026-07-05

Fixed

  • Stack overflow with a self-referential $dynamicRef combined with unevaluatedProperties or unevaluatedItems.
  • Incorrect unevaluatedProperties and unevaluatedItems results when a meta-schema disables the Applicator vocabulary.

[0.46.9] - 2026-07-02

Fixed

  • multipleOf incorrectly rounds integer instances above 2^53 to f64 before the divisibility check on builds without the arbitrary-precision feature.
  • Stack overflow while preparing a registry containing deeply nested schema documents.

[0.46.8] - 2026-07-01

Fixed

  • idn-email format rejected non-ASCII characters in quoted local parts (e.g. "δοκιμή"@example.com).

[0.46.7] - 2026-06-30

Fixed

  • idn-hostname format accepted A-labels that decode to a disallowed code point (e.g. xn--7a).
Commits
  • 6b7087e chore(ruby): Release 0.46.10
  • a722ef5 chore(python): Release 0.46.10
  • ecaecea chore(rust): Release 0.46.10
  • 571e22b fix: Incorrect unevaluatedProperties and unevaluatedItems results when a ...
  • 99cbafc chore: Unify codecov configs
  • 91037c6 fix: Stack overflow with a self-referential $dynamicRef combined with `unev...
  • a743a33 chore(ruby): Release 0.46.9
  • 099cdd0 chore(python): Release 0.46.9
  • b6c58f4 chore(rust): Release 0.46.9
  • 1d78785 refactor: Extract jsonschema-regex crate
  • Additional commits viewable in compare view

Updates anthropic from 0.112.0 to 0.116.0

Release notes

Sourced from anthropic's releases.

v0.116.0

0.116.0 (2026-07-02)

Full Changelog: v0.115.1...v0.116.0

Features

  • api: add agent-memory-2026-07-22 beta header (e181d5c)

v0.115.1

0.115.1 (2026-07-01)

Full Changelog: v0.115.0...v0.115.1

Chores

  • api: remove some nonfunctional types from the SDKs (5e7c431)

v0.115.0

0.115.0 (2026-06-30)

Full Changelog: v0.114.0...v0.115.0

Features

  • api: add support for Managed Agents event delta streaming, agent overrides, reverse pagination, vault credential injection scoping, and agent and deployment webhook events (8c23f7e)

v0.114.0

0.114.0 (2026-06-30)

Full Changelog: v0.113.0...v0.114.0

Features

  • api: add support for claude-sonnet-5 (b893033)

Bug Fixes

  • agent_toolset: allow absolute paths that resolve inside workdir (#121) (0105529)

v0.113.0

0.113.0 (2026-06-29)

Full Changelog: v0.112.0...v0.113.0

Features

  • api: add support for 20260318 web fetch and support tools (88dbfb1)

... (truncated)

Changelog

Sourced from anthropic's changelog.

0.116.0 (2026-07-02)

Full Changelog: v0.115.1...v0.116.0

Features

  • api: add agent-memory-2026-07-22 beta header (e181d5c)

0.115.1 (2026-07-01)

Full Changelog: v0.115.0...v0.115.1

Chores

  • api: remove some nonfunctional types from the SDKs (5e7c431)

0.115.0 (2026-06-30)

Full Changelog: v0.114.0...v0.115.0

Features

  • api: add support for Managed Agents event delta streaming, agent overrides, reverse pagination, vault credential injection scoping, and agent and deployment webhook events (8c23f7e)

0.114.0 (2026-06-30)

Full Changelog: v0.113.0...v0.114.0

Features

  • api: add support for claude-sonnet-5 (b893033)

Bug Fixes

  • agent_toolset: allow absolute paths that resolve inside workdir (#121) (0105529)

0.113.0 (2026-06-29)

Full Changelog: v0.112.0...v0.113.0

Features

  • api: add support for 20260318 web fetch and support tools (88dbfb1)

Bug Fixes

  • async count_tokens missing output_format/output_config merge block (#162) (122c958)

... (truncated)

Commits
  • d2f6543 release: 0.116.0
  • 4253c06 feat(api): add agent-memory-2026-07-22 beta header
  • 5e98d72 release: 0.115.1
  • 5385af6 chore(api): remove some nonfunctional types from the SDKs
  • e4283c3 release: 0.115.0
  • d1a933e feat(api): add support for Managed Agents event delta streaming, agent overri...
  • 53582ad codegen metadata
  • 6e9f197 release: 0.114.0
  • ab10964 feat(api): add support for claude-sonnet-5
  • 8a004a2 fix(agent_toolset): allow absolute paths that resolve inside workdir (#121)
  • Additional commits viewable in compare view

Updates hypothesis from 6.155.7 to 6.156.1

Commits
  • 5f23056 Bump hypothesis version to 6.156.1 and update changelog
  • b45fc67 Merge pull request #4785 from Liam-DeVoe/fix-release
  • afd3210 reword
  • f6ff3d7 cut a new release
  • e77dd6f Bump hypothesis version to 6.156.0 and update changelog
  • 3205ada Merge pull request #4783 from Liam-DeVoe/fix-release
  • c604da9 more ci fixes
  • 72dee8d Merge pull request #4782 from Liam-DeVoe/fix-release
  • 95f0de6 fix release CI
  • 5ff525a Merge pull request #4776 from Liam-DeVoe/rust-cathetus-migration
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-deps group in /apps/api with 4 updates: [fastapi](https://github.com/fastapi/fastapi), [jsonschema-rs](https://github.com/Stranger6667/jsonschema), [anthropic](https://github.com/anthropics/anthropic-sdk-python) and [hypothesis](https://github.com/HypothesisWorks/hypothesis).


Updates `fastapi` from 0.138.1 to 0.139.0
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.138.1...0.139.0)

Updates `jsonschema-rs` from 0.46.6 to 0.46.10
- [Release notes](https://github.com/Stranger6667/jsonschema/releases)
- [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md)
- [Commits](Stranger6667/jsonschema@cli-v0.46.6...ruby-v0.46.10)

Updates `anthropic` from 0.112.0 to 0.116.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-python@v0.112.0...v0.116.0)

Updates `hypothesis` from 6.155.7 to 6.156.1
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@v6.155.7...v6.156.1)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.139.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: jsonschema-rs
  dependency-version: 0.46.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: anthropic
  dependency-version: 0.116.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: hypothesis
  dependency-version: 6.156.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jul 6, 2026
@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown

Coverage report

This PR does not seem to contain any modification to coverable code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants